home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the movieTime of sprite 9 > 85) and (the movieTime of sprite 9 < 105) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "highleftfry"
- exit
- end if
- if (the movieTime of sprite 9 > 5) and (the movieTime of sprite 9 < 20) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "highleftfry"
- exit
- end if
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- puppetSound("boom")
- play frame "highleftboom"
- end
-